Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation for TaskSeq.delay #82

Merged
merged 1 commit into from
Nov 7, 2022

Conversation

abelbraaksma
Copy link
Member

With the following signature, analogous to Seq.delay:

module TaskSeq =
    val delay: generator: (unit -> taskSeq<'T>) -> taskSeq<'T>

@abelbraaksma abelbraaksma merged commit 5048b82 into main Nov 7, 2022
@abelbraaksma abelbraaksma deleted the add-append-delay-except-insert branch November 7, 2022 00:10
@abelbraaksma abelbraaksma added topic: surface area Adds functions to the public surface area feature request New feature or enhancement request labels Nov 25, 2022
@abelbraaksma abelbraaksma self-assigned this Nov 25, 2022
@abelbraaksma abelbraaksma added this to the v0.2.0 milestone Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or enhancement request topic: surface area Adds functions to the public surface area
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants